home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -seriously_amiga- / shareware / programming / e / dech / dech.readme < prev    next >
Text File  |  1997-12-01  |  3KB  |  98 lines

  1. About DECH - Deniil E-Compiler Handler v1.3!
  2.  
  3. This program is made for you who program in Amiga-E and
  4. compile alot, which is usual, and is tired of CLI/Shell
  5. or the Workbench menu (ToolsDaemon)!
  6.  
  7. With this program can you easy select one or more files
  8. that you often compile and then with just ONE mouse-click
  9. compile the active file and one more click to run it!
  10.  
  11.  
  12. Usage:
  13. ~~~~~~
  14. EC: E-Compile the first file in the right list
  15. RP: Run the file compiled with EC
  16. Cn: Compile the n:th file in the right list
  17. Rn: Run the file compiled with Cn
  18. --
  19. ED: Select a file to open with your favorite text-EDitor
  20. V : Select a file to open with your favorite text-Viewer
  21. SF: Open/close the FileSelector
  22. C : Open/close the output that is a Console by default. (se notes below!)
  23. ? : Open/close the prefs-editor
  24. Q : Quit
  25.  
  26. You can press the right mouse-button to get a small info-window
  27. with information of what the different gadgets do.
  28.  
  29.  
  30. The editor- and viewer-selector:
  31. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  32. If you press 'ED' or 'V' you will get a little window with
  33. some numbers and a C. With the editor also an E.
  34. Any number will open the corresponding file in your favorite
  35. text-editor/viewer.
  36. The C stands for Cancel.
  37. The E stands for 'Empty editor'.
  38.  
  39.  
  40. The fileselector:
  41. ~~~~~~~~~~~~~~~~~
  42. The left lister is where all files comes in after you have
  43. selected them with 'Add'. One file or more will also always be
  44. present in the right lister where every item is a button in the
  45. main-window.
  46. You can copy file from the left lister to the right by select
  47. one in the left and then press 'Copy>' or change an item in the
  48. right by pressing '>Ref>' for refresh. You delete with 'Del->'.
  49.  
  50. 'Load' and 'Save' will load and save the entire config to ENVARC:.
  51.  
  52.  
  53. The prefs-window (?):
  54. ~~~~~~~~~~~~~~~~~~~~~
  55. Editor:   Your favorite editor with path.
  56.           Has an argument-string at the rigth.
  57. Viewer:   Your favorite viewer with path.
  58.           Has an argument-string at the rigth.
  59. Compiler: The compiler with path.
  60. Executer: You could enter 'Run "%s"' here but just "%s" will do.
  61. Output:   An output-file, console or whatever you like.
  62.           You can set up to 4 %d that will be the coordinates
  63.           of a console-window.
  64.  
  65. With |Adjust console-window| can you with a simple move place
  66. your console.
  67.  
  68. |Save| will save the entire config-file to ENVARC:.
  69.  
  70.  
  71. Usage of the console:  IMPORTENT!
  72. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  73. When you use the console it is importent that if you have started
  74. a program trough 'RP' or 'Rn' with the console opened and the
  75. program outputs text to the console that you must not close it or
  76. things might go very wrong!!
  77. It is then better to close the console and then start your program,
  78. editor or viewer so that it will get the original 'stdout'-variable
  79. instead unless your'e just debugging a project of yours and don't
  80. want your screen full of consoles everytime you test your program :)
  81.  
  82. You can, in the prefs-window, set "Don't touch the stdout console"
  83. if you start DECH from the CLI/Shell.
  84.  
  85.  
  86. Author:
  87. ~~~~~~~
  88. Daniel Westerberg  alias  Deniil 715! - AmigaE programmer!
  89. e-mail:  deniil@algonet.se
  90.  
  91. Send bug-reports and/or suggestions to me.
  92.  
  93. You can also browse in on OnyxSoft's homepage to se more of
  94. my and Develin's creations!
  95.  
  96. OnyxSoft:  www.alfaskop.net/~develin/onyxsoft.html
  97.  
  98.